home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / win / oswdemo.zip / OSWDMO10.ZIP / APPEND-A.TXT < prev    next >
Text File  |  1994-10-09  |  6KB  |  138 lines

  1.  
  2. APPENDIX A:
  3. outSPOKEN's COMPONENT FILES
  4. Program Files
  5. The outSPOKEN program files are located in the root 
  6. directory of the outSPOKEN installation disk. If you 
  7. have installed outSPOKEN to your computer's hard disk, 
  8. these files have been copied to the outSPOKEN directory 
  9. (by default, C:\OSW). Each program file is listed below 
  10. along with its basic function. 
  11. GUIACCES.EXE    The core of outSPOKEN. This is the 
  12. program which must be executed from within Windows to 
  13. start outSPOKEN.
  14. BSIVKD.386    This is a keyboard driver which outSPOKEN 
  15. uses instead of the standard keyboard driver provided 
  16. by Windows. 
  17. GUISTART.SCP    This file specifies the filenames of 
  18. outSPOKEN extensions, such as input and output drivers, 
  19. which are to be linked to outSPOKEN when it is started. 
  20. This is an ASCII file, and can be viewed with a 
  21. standard text editor. Each line in the file is of the 
  22. form:
  23.     Load xxxxxxxx.dll
  24. where xxxxxxxx is the name of another of outSPOKEN's 
  25. component files.
  26. PCKBDIN.DLL    This file allows outSPOKEN to accept 
  27. commands from the PC keyboard. It is one of the files 
  28. loaded in GUISTART.SCP.
  29. OSSPEECH.DLL    This file is outSPOKEN's generic 
  30. connection to the speech output drivers, which connect 
  31. to specific speech synthesizers (listed below). This is 
  32. one of the files loaded in GUISTART.SCP. 
  33. BSISCP.DLL    This file contains outSPOKEN's keyboard 
  34. commands. This is one of the files loaded in 
  35. GUISTART.SCP. 
  36. KEYHOOK.DLL    This file is part of the keyboard input 
  37. chain connecting BSIVKD.386 to PCKBDIN.DLL.
  38. Dictionary and Preferences Files
  39. All of outSPOKEN's preferences settings (Section 5.1) 
  40. are stored in preferences files in the outSPOKEN 
  41. directory (by default, C:\OSW). These outSPOKEN 
  42. preferences files are called OSSPEECH.INI and OS.PRF. 
  43. In addition to these preferences files, outSPOKEN 
  44. maintains all icon definitions in files called graphics 
  45. dictionaries (Section 5.2.3). These dictionaries are 
  46. also kept in the outSPOKEN directory, and have the file 
  47. extension ".DIC". 
  48. OSSPEECH.INI contains outSPOKEN's voice settings. This 
  49. file is an ASCII file, and can be viewed with a 
  50. standard text editor, though we do not recommend using 
  51. an editor to modify the file. Each outSPOKEN voice has 
  52. its own section headed by the voice's name contained in 
  53. brackets ([]). The entries in each section are: Rate, 
  54. Volume, Inflection, Filter, and Aux. For details about 
  55. these voice settings and the significance of the 
  56. different voices, see Section 5.1.1.
  57. OS.PRF is the file which contains the settings for all 
  58. of outSPOKEN's preferences. This file is an ASCII file, 
  59. and can be viewed with a standard text editor, though 
  60. we do not recommend using an editor to modify the file. 
  61. Each line of this file contains the name of a 
  62. particular setting, followed by that setting's current 
  63. value. For more information about the significance of 
  64. these settings, see Sections 5.1.2-5.1.8.
  65. outSPOKEN ships with a number of graphics dictionaries. 
  66. They can be found in the root directory of the 
  67. outSPOKEN disk. In general, the file name contains a 
  68. hint about the type of icons the dictionary contains. 
  69. For example, the dictionary WIN3BIT.DIC contains names 
  70. for standard Windows graphics in a three bit color 
  71. scheme (sixteen colors). The outSPOKEN installer copies 
  72. all dictionary files from the program disk to the hard 
  73. disk. For information on the exact filenames of the 
  74. dictionaries shipped with the current version of 
  75. outSPOKEN, see the README file on the outSPOKEN DISK. 
  76. Speech Synthesizer Driver Files
  77. outSPOKEN uses drivers to communicate with the speech 
  78. synthesizer to which it is connected. Because each 
  79. synthesizer is slightly different, outSPOKEN has a 
  80. number of different drivers, each tailored to a 
  81. specific synthesizer or group of synthesizers. The 
  82. driver for your synthesizer must be run from DOS before 
  83. launching Windows with outSPOKEN. outSPOKEN's 
  84. installer, OSINSTAL.EXE, automatically adds a line to 
  85. the AUTOEXEC.BAT file to load the appropriate 
  86. synthesizer driver whenever the computer is started.
  87. If your synthesizer is external (not a card inserted 
  88. into the computer), the port to which it is attached 
  89. must be specified on the command line when the driver 
  90. is run. Serial synthesizers must have the letter "S" in 
  91. front of the port number, while parallel synthesizers 
  92. must have the letter "L". Remember to leave a space 
  93. between the driver name and the port designation, but 
  94. not between the letter ("S" or "L") and the port number 
  95. (e.g., ARTIC S2). For more information about 
  96. synthesizer drivers, see Section 2.2.1. For a complete 
  97. list of currently supported synthesizers, check the 
  98. README file on the outSPOKEN disk. 
  99. List by Driver
  100. ACCENT.COM    Accent PC, Accent SA 
  101. APOLLO.COM    Apollo
  102. ARTIC.COM    Artic 210, Artic 215, Artic 220,     
  103.         Votalker, Votrax
  104. ASP.COM    ASP Synthesizer
  105. AUDAPTER.COM    Audapter System
  106. BNS.COM    Braille'n Speak, Braille Blazer,     
  107.         Type'n Speak
  108. DEC-C.COM    DecTalk Classic, Kurzweil 
  109. Personal         Reader
  110. DECPC.COM    DecTalk PC
  111. DOUBLE.COM    DoubleTalk, DoubleTalk LT,         
  112.     LiteTalk
  113. ECHO-N.COM    New Echo
  114. ECHO.COM    Echo GP
  115. MULTI.COM    MultiVoice
  116. PB.COM    PocketBraille 
  117. SB.COM    SoundingBoard
  118. List by Synthesizer
  119. Accent    ACCENT.COM
  120. Apollo    APOLLO.COM
  121. Artic    ARTIC.COM
  122. ASP Synthesizer    ASP.COM
  123. Audapter    AUDAPTER.COM
  124. Braille `n Speak    BNS.COM
  125. Braille Blazer    BNS.COM
  126. DECtalk Classic    DEC-C.COM
  127. DECtalk PC    DECPC.COM
  128. DoubleTalk    DOUBLE.COM
  129. DoubleTalk-LT    DOUBLE.COM
  130. Echo GP    ECHO.COM
  131. Kurzweil Personal Reader    DEC-C.COM
  132. LiteTalk    DOUBLE.COM
  133. MultiVoice    MULTI.COM
  134. New Echo    ECHO-N.COM
  135. PocketBraille    PB.COM
  136. SoundingBoard    SB.COM
  137. Type'n Speak    BNS.COM
  138. VoTalker    ARTIC.COM